From: Anton Gladky Date: Tue, 28 Jul 2026 14:20:52 +0000 (+0200) Subject: Update changelog. X-Git-Tag: archive/raspbian/9.6.2+dfsg1-4+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d65a927bec03ee82cb4592061598070ce98be026;p=vtk9.git Update changelog. --- diff --git a/debian/changelog b/debian/changelog index c94fa9e37..df5f5620a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +vtk9 (9.6.2+dfsg1-4) unstable; urgency=medium + + * Team upload. + * debian patch fix_xmlwriter_ascii_implicit_cellarray_segfault.patch + now also writes the cell types instead of only guarding the crash. + The templated writer already returned early on a null iterator, so + the array was written empty and, WriteInlineData() discarding the + return value, ascii .vtu files were silently written without any + cell at all. + * autopkgtest writeVTUAsciiImplicitCellTypes: read the file back and + check the number of cells, the previous version passed on such an + empty types array. + + -- Anton Gladky Tue, 28 Jul 2026 16:20:19 +0200 + vtk9 (9.6.2+dfsg1-3) unstable; urgency=medium * Team upload.